home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir40 / pc37042.zip / BAT / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-01-07  |  1KB  |  41 lines

  1. rem   PC/370 installation command file to create %2:\R42 from %1.
  2. rem   This command requires two parameters as follows:
  3. rem     1.  Source floppy disk drive (usually A or B).
  4. rem     2.  Target hard disk drive (usually C or D).
  5. rem   Source drive = %1 and destination drive = %2
  6. rem   If the above source and destinations are wrong, enter CTL-BREAK
  7. pause If ok, press enter to create directories
  8. %2:
  9. mkdir R42
  10. cd R42
  11. mkdir BAT
  12. mkdir LIB
  13. mkdir CPY
  14. mkdir MAC
  15. mkdir CBL
  16. mkdir DOC
  17. mkdir DEMO
  18. mkdir UTIL
  19. pause Insert PC/370 distribution disk with \R42 directory in drive %1 and enter
  20. copy %1:\read.me
  21. copy %1:\R42\*.*
  22. copy %1:\BAT\*.* BAT
  23. copy %1:\CPY\*.* CPY
  24. copy %1:\LIB\*.* LIB
  25. pause Insert PC/370 distribution disk with \DEMO directory in drive %1 and enter
  26. copy %1:\DEMO\*.* DEMO
  27. copy %1:\DOC\*.*  DOC
  28. copy %1:\MAC\*.*  MAC
  29. pause Insert PC/370 distribution disk with \CBL directory in drive %1 and enter
  30. copy %1:\UTIL\*.* UTIL
  31. copy %1:\CBL\*.* CBL
  32. rem   The PC/370 system is now installed.
  33. rem   The batch commands can be run using the current directory.
  34. rem   To run the macro preprocessor demo enter, bat\runmac.
  35. rem   To run the Micro Focus COBOL/2 subroutine demo enter, bat\runcbl.
  36. rem   To run the utility demos enter, bat\runutil.
  37. rem   To rebuild the subroutine library from source, enter bat\bldlib.
  38. rem   To rebuild the utilities from source, enter bat\bldutil.
  39. pause Now to run the PC/370 demo programs, press enter.
  40. bat\rundemo
  41.